Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
Create a subset of an array using array_slice
9
What should I do if I get an alignment exception when using sprintf to process Chinese characters?
6
mb_get_info How to co-process UTF-8 encoded strings with other mbstring functions
3
PHP Coding Standards Guide: Improve Code Quality and Development Efficiency
4
Similar Functions
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_parent_class
get_parent_class
Returnstheparentclas
method_exists
method_exists
Checkiftheclassmetho
property_exists
property_exists
Checkifanobjectorcla
class_alias
class_alias
Createanaliasforacla
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_class_vars
get_class_vars
Returnsanarrayofdefa
Popular Articles